home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 500 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: wizard.pn.com!news
  2. From: Alex Morgan <alex@tmfi.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: compiler for beginner (was Re: visual C++)
  5. Date: 4 Jan 1996 21:24:36 GMT
  6. Organization: Pioneer Global
  7. Message-ID: <4chgik$vv7@wizard.pn.com>
  8. References: <sumner-0301961114100001@sumner.tiac.net>
  9. NNTP-Posting-Host: vranx.tmfi.com
  10.  
  11. sumner@tiac.net (Sumner Paine) wrote:
  12. >
  13. > What is the difference between regular and visual c++? (Is there a version
  14. > of visual c++ for the mac?)
  15.  
  16. Sum,
  17. I take it that you use a Macintosh. I would highly recommend that
  18. you look into some books by Dave Mark, one of which, 
  19. _Learn C on the Macintosh_, comes with a stripped-down version of 
  20. Symantec's C development environment, THIN C, and a coupon for 
  21. upgrading to the real thing, THINK C. Make sure that this gets you 
  22. a recent version of THINK C- early versions (before 5.0, I believe)
  23. were quite incompatable with standard C++. They are up to about version
  24. 8 now, I think. If you have to spend serious money on THINK C even
  25. with the coupon, then consider buying the C compiler from Metrowerks 
  26. instead.
  27.  
  28. C can be very unfriendly (and C++ can be downright hostile) which is
  29. why I previously recommended to you starting out briefly in some other 
  30. language, but Mark's books are friendly enough to make up for that.
  31. The C book assumes no previous knowledge whatsoever. There's also
  32. _Learn C++ on the Macintosh_, which is probably an update to the 
  33. same book, and, once you have zipped through that book, the
  34. _Macintosh Programming Primer_, volumes 1 and 2, by Dave Mark and
  35. Cartwright Reed would be your logical next step. 
  36.  
  37. After that, you will need to invest in: 
  38. Kernighan & Ritchie's book
  39. Stanley Lippman's book
  40. Inside Macintosh
  41. a reference on MacsBug
  42.  
  43. Have even more fun!
  44.  
  45.